home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / gfx / pbm / manuals.lha / netpbm / man / pnmarith.man < prev    next >
Text File  |  1994-03-01  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      pnmarith(1)          AMIGA (26 August 1993)           pnmarith(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pnmarith - perform arithmetic on two portable anymaps
  10.  
  11.      SYNOPSIS
  12.           pnmarith -add|-subtract|-multiply| pnmfile1 pnmfile2
  13.  
  14.      DESCRIPTION
  15.           Reads two portable anymaps as input.  Performs the specified
  16.           arithmetic operation, and produces a portable anymap as
  17.           output.  The two input anymaps must be the same width and
  18.           height.
  19.  
  20.           The arithmetic is performed between corresponding pixels in
  21.           the two anymaps, as if maxval was 1.0, black was 0.0, and a
  22.           linear scale in between.  Results that fall outside of
  23.           [0..1) are truncated.
  24.  
  25.           The operator -difference calculates the absolute value of
  26.           pnmarith -subtract pnmfile1 pnmfile2, i.e. no truncation is
  27.           done.
  28.  
  29.           All flags can be abbreviated to their shortest unique
  30.           prefix.
  31.  
  32.      SEE ALSO
  33.           pbmmask(1), pnmpaste(1), pnminvert(1), pnm(5)
  34.  
  35.      AUTHOR
  36.           Copyright (C) 1989, 1991 by Jef Poskanzer.  Lightly modified
  37.           by Marcel Wijkstra <wijkstra@fwi.uva.nl>
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 3/1/94)
  64.  
  65.  
  66.  
  67.